home *** CD-ROM | disk | FTP | other *** search
- *
- * playsid_lib.fd © 1994 Per Håkan Sundell and Ron Birk
- *
- ##base _PlaySidBase
- ##bias 30
- ##public
- AllocEmulResource()()
- FreeEmulResource()()
- ReadIcon(filename,header)(a0/a1)
- CheckModule(header)(a0)
- SetModule(header,fileLocation,fileLength)(a0/a1,d0)
- StartSong(tune)(d0)
- StopSong()()
- PauseSong()()
- ContinueSong()()
- ForwardSong(speed)(d0)
- RewindSong(speed)(d0)
- SetVertFreq(frequency)(d0)
- SetChannelEnable(flags)(a0)
- SetReverseEnable(flag)(d0)
- *
- * The following private function are subject to change in future releases.
- * Please do not use them.
- *
- ##private
- SetTimeSignal(task,timeMask)(a0,d0)
- SetTimeEnable(flag)(d0)
- SetDisplaySignal(task,displayMask)(a0,d0)
- SetDisplayEnable(flag)(d0)
- ##end
-
-